Skip to content

fix: initial objective for termination conditions #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 19, 2025
Merged

Conversation

avik-pal
Copy link
Member

fixes #565

@avik-pal avik-pal requested review from oscardssmith and ChrisRackauckas and removed request for oscardssmith April 18, 2025 19:13
@oscardssmith
Copy link
Member

Why does this make a difference?

@avik-pal
Copy link
Member Author

Why does this make a difference?

the initial objective check is different from the one in the body of the solve. for nlls, the default conv check is for L2 norm while the initial objective is Linf norm.

so the best_objective vs current objective check is somewhat nonsensical without this change

@avik-pal avik-pal merged commit be6b9a5 into master Apr 19, 2025
77 of 86 checks passed
@avik-pal avik-pal deleted the ap/fix_565 branch April 19, 2025 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NonlinearLeastSquares does not converge to or accept the correct minimum
2 participants